home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Epson FX Series of printers. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Epson FX Series"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Clear Printer Buffer"
- DESC = "Clear all data from printer"
- "buffer."
- CODES = 24
-
- NAME = "High Speed Draft ON"
- DESC = "Activate high speed draft printing."
- "Use HSD for printing drafts and"
- "documents that you want to print"
- "quickly."
- CODES = 27,40,0,0
-
- NAME = "High Speed Draft OFF"
- DESC = "Deactivate high speed draft"
- "printing."
- CODES = 27,40,1
-
- NAME = "Select NLQ Print"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,120,1
-
- NAME = "Select Utility Quality Print"
- DESC = "Activate Utility Quality printing."
- "Use Utility for printing drafts and"
- "other documents that you want to"
- "print quickly."
- CODES = 27,120,0,0
-
- NAME = "Print Courier"
- DESC = "Activate Courier typeface."
- CODES = 27,107,0,0
-
- NAME = "Print Sans Serif"
- DESC = "Activate Sans Serif typeface."
- CODES = 27,107,1
-
- NAME = "Select 10 CPI"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,80
-
- NAME = "Select 12 CPI"
- DESC = "Activate 12 characters per inch"
- "(cpi) printing."
- CODES = 27,77
-
- NAME = "Double Width ON"
- DESC = "Activate double width print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,1
-
- NAME = "Double Width OFF"
- DESC = "Deactivate double width print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,0,0
-
- NAME = "Double Height ON"
- DESC = "Activate double height print."
- "Characters are printed twice their"
- "normal height."
- CODES = 27,119,1
-
- NAME = "Double Height OFF"
- DESC = "Deactivate double height print."
- "Characters are printed their normal"
- "height."
- CODES = 27,119,0,0
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Enhanced ON"
- DESC = "Activate enhanced print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Enhanced OFF"
- DESC = "Deactivate enhanced print."
- CODES = 27,72
-
- NAME = "Compressed ON"
- DESC = "Activate compressed print. If"
- "pitch is 10 cpi, compressed will"
- "produce 17.1 cpi. If pitch is 12"
- "cpi, compressed will produce 20"
- "cpi."
- CODES = 15
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 18
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Superscript OFF"
- DESC = "Deactivate superscript print."
- CODES = 27,84
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Subscript OFF"
- DESC = "Deactivate subscript print."
- CODES = 27,84
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,53
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,112,1
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,112,0,0
-
- NAME = "Print Half Speed"
- DESC = "Print in half speed. Half speed is"
- "quieter than full speed."
- CODES = 27,115,1
-
- NAME = "Print Full Speed"
- DESC = "Print in full speed."
- CODES = 27,115,0,0
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,85,1
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,0,0
-
- NAME = "Paper-Out Sensor ON"
- DESC = "Activate paper-out sensor."
- "Printer will alarm when paper is"
- "out."
- CODES = 27,57
-
- NAME = "Paper-Out Sensor OFF"
- DESC = "Deactivate paper-out sensor."
- "Printer ignores paper-out condition"
- "and continues printing."
- CODES = 27,56
-
- NAME = "Print Suppress Mode ON"
- DESC = "Activate print suppress mode."
- "Printer will ignore all data sent"
- "to it."
- CODES = 19
-
- NAME = "Print Suppress Mode OFF"
- DESC = "Deactivate print suppress mode."
- CODES = 17
-
- NAME = "Set Character Spacing"
- DESC = "Set the amount of space to the"
- "right of each character."
- CODES = 27,32,0
- "Enter number of dots per inch (dpi)"
- "to space to the right of each"
- "character."
- " "
- "Range: 0 to 127 decimal."
- " "
- "Example: Entering 25 (decimal)"
- "would space 25 dpi to the right"
- "of each character."
- 0
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72"""
- DESC = "Set line spacing to 7/72 of an"
- "inch."
- CODES = 27,49
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/216"""
- DESC = "Set line spacing in any increment"
- "of 216ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 216ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 108 (decimal)"
- "would set line spacing at 108/216""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 22 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Set Perforation Skip Distance"
- DESC = "Set the distance the printer should"
- "skip when the perforation is"
- "encountered."
- CODES = 27,78,0
- "Enter number of lines to skip when"
- "perforation is encountered."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 18 (decimal)"
- "would cause printer to skip 18"
- "lines when perforation is"
- "encountered."
- 0
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,108,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 254 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,81,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0
-
- NAME = "Set Justification"
- DESC = "Set the type of text alignment to"
- "be used."
- CODES = 27,97,0
- "Enter one of the following to"
- "select type of justification:"
- " "
- "0 to justify left."
- "1 to justify center."
- "2 to justify right."
- "3 to justify left & right."
- " "
- "The above values are in decimal."
- " "
- "Example: Entering 2 (decimal) would"
- "set justification to the right."
- 0
-
-